object FtpConnPropsForm: TFtpConnPropsForm Left = 417 Top = 224 HelpContext = 6063 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'FTP Connection' ClientHeight = 291 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnDestroy = FormDestroy DesignSize = ( 300 291) PixelsPerInch = 96 TextHeight = 13 object lblDisplayName: TLabel Left = 35 Top = 20 Width = 63 Height = 13 Alignment = taRightJustify Caption = 'Display name' end object lblServer: TLabel Left = 67 Top = 46 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Server' end object lblPort: TLabel Left = 79 Top = 72 Width = 19 Height = 13 Alignment = taRightJustify Caption = 'Port' end object lblUserName: TLabel Left = 47 Top = 98 Width = 51 Height = 13 Alignment = taRightJustify Caption = 'User name' end object lblPassword: TLabel Left = 52 Top = 124 Width = 46 Height = 13 Alignment = taRightJustify Caption = 'Password' end object lblInitialDir: TLabel Left = 36 Top = 179 Width = 62 Height = 13 Alignment = taRightJustify Anchors = [akLeft, akBottom] Caption = 'Dossier Initial' end object lblHttpUrl: TLabel Left = 53 Top = 206 Width = 45 Height = 13 Alignment = taRightJustify Anchors = [akLeft, akBottom] Caption = 'URL Http' end object edConnName: TEdit Left = 103 Top = 16 Width = 183 Height = 21 HelpContext = 6055 TabOrder = 0 OnChange = edConnNameChange end object edServerName: TEdit Left = 103 Top = 42 Width = 183 Height = 21 HelpContext = 6056 TabOrder = 1 OnChange = edConnNameChange end object EdPort: TEdit Left = 103 Top = 68 Width = 183 Height = 21 HelpContext = 6057 TabOrder = 2 OnChange = edConnNameChange end object edUserName: TEdit Left = 103 Top = 94 Width = 183 Height = 21 HelpContext = 6058 TabOrder = 3 OnChange = edUserNameChange end object EdPassword: TEdit Left = 103 Top = 120 Width = 183 Height = 21 HelpContext = 6059 PasswordChar = '*' TabOrder = 4 end object EdInitialDir: TEdit Left = 103 Top = 175 Width = 183 Height = 21 HelpContext = 6060 Anchors = [akLeft, akBottom] TabOrder = 6 end object chkPassive: TCheckBox Left = 102 Top = 229 Width = 179 Height = 17 HelpContext = 6062 Anchors = [akLeft, akBottom] Caption = 'Passive mode' TabOrder = 8 end object btnOk: TButton Left = 70 Top = 257 Width = 75 Height = 25 HelpContext = 6063 Anchors = [akLeft, akBottom] Caption = '&Add' Default = True Enabled = False ModalResult = 1 TabOrder = 9 end object btnCancel: TButton Left = 155 Top = 257 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 10 end object EdHttpUrl: TEdit Left = 103 Top = 202 Width = 183 Height = 21 HelpContext = 6061 Anchors = [akLeft, akBottom] TabOrder = 7 end object chkAnonymous: TCheckBox Left = 105 Top = 150 Width = 97 Height = 17 Caption = 'chkAnonymous' TabOrder = 5 OnClick = chkAnonymousClick end end